Generic field properties

Generic field properties appear in the Property inspector only when Dreamweaver encounters an INPUT TYPE that it does not recognize. If you change the field type in the Property inspector to a value that Dreamweaver does recognize, the Property inspector updates to show the properties for the recognized type. (This scenario could happen if you had a typo in the INPUT TYPE value, for example.)

InputField assigns a name to the field. This field is required and the name must be unique.

Type sets the input type of the field. The contents of this field reflect the INPUT TYPE that currently appears in your HTML.

Value sets the value of the field.

Parameters opens the Parameters dialog box so you can view the current attributes of the field, as well as add or remove attributes.